Welcome![Sign In][Sign Up]
Location:
Search - Random Number Generator

Search list

[OS programMTRandom

Description: Mersenne Twister Pseudo-Random Number Generator -MT Pseudo-Random Number Ge nerator
Platform: | Size: 19874 | Author: richard | Hits:

[Other resourceCommonArithmetic

Description: 常用算法大合集; 包括插值、查找、常微分方程组求解、多项工与连分式函数计算、非线性方程与方程组求解、复数运算、汉字操作、基本图形操作、极值问题、矩阵特征值与特征向量的计算、矩阵运算、拟合与逼近、排序、数据处理与回归分析、数学变换与滤波、数值积分、随机数产生、特征函数、图形模式下读写屏幕象点、线性代数方程组求解等C语言算法-algorithms big Collection; Including interpolation, locate, ordinary differential equations to solve a number of public and even fractional function, nonlinear equations and equation solving complex operations Chinese operation, the basic graphics operation, Extreme, Matrix eigenvalues and eigenvectors calculated matrix calculation, fitting and approximation, scheduling, data processing and regression analysis. mathematical transformation and filtering, numerical integration, Random Number Generator, characteristic function, graphics mode screen like reading and writing, linear algebraic equations, such as C language algorithms
Platform: | Size: 274773 | Author: 狼夜行 | Hits:

[OS programFCFS_LRU_OPT

Description: 模拟操作系统的页面置换1、 掌握操作系统的页面置换过程,加深理解页式虚拟存储器的实现原理。 2、 掌握用随机数生成满足一定条件的指令地址流的方法。 3、 掌握页面置换的模拟方法。 -simulation systems of a replacement pages, master pages operating system replacement process deepen our understanding of virtual memory pages of illustrations. 2, master used random number generator to meet certain conditions, the directive addresses flow method. 3, master pages replacement of simulation methods.
Platform: | Size: 13854 | Author: Solo | Hits:

[Windows DevelopFYPrangen

Description: 簡單易用random number generator-easy and simple random number generator
Platform: | Size: 5775 | Author: Steve | Hits:

[Other resourcerng

Description: 以前在网上搜到的一个随机数发生器,支持常用分布的随机数发生-found on the Web to a random number generator, used to support the distribution of random occurrence
Platform: | Size: 5156 | Author: 江健 | Hits:

[OS Developyemianguanli

Description: 题目:设计一个请求页式存储管理方案,并编写模拟程序实现 具体要求: 1、产生一个需要访问的指令地址流,为不失一般性,可以适当地(用人工指定地方法或用随机数产生器)生成这个序列,使得 50%的指令是顺序执行的。25%的指令均匀地散布在前地址部分,25%的地址是均匀地散布在后地址部分 2、 页面淘汰算法采用 FIFO页面淘汰算法,并且在淘汰一页时,只将该页在页表中抹去。而不再判断它是否被改写过,也不将它写回到辅存 3、产生一个需要访问的指令地址流;指定合适的页面尺寸(例如以1K或2K为1页;指定内存页表的最大长度,并对页表进行初始化 4、每访问一个地址时,首先要计算该地址所在的页的页号,然后查页表,判断该页是否在主存。如果该页已在主存,则打印页表情况;如果该页不在主存且页表未满,则调入一页并打印页表情况;如果该页不在主存且页表已满,则按 FIFO页面淘汰算法淘汰一页后调入所需的页,打印页表情况 。逐个地址访问,直到所有地址访问完毕 -topics : design a request page memory management program, and the simulation program specific requirements : 1. have a need to visit the directive addresses flow, without loss of generality. be appropriate (to use artificial methods specified or random number generator) to form the sequence, makes 50% of the order was the order of implementation. 25% of orders evenly spread address some of the former and 25% of the addresses are evenly spread in the latter part two addresses. The algorithm uses pages out pages out of FIFO algorithm, and eliminate one, the only page in the page table to erase. No longer judge whether it be redrafted, it was not to return to the three auxiliary depositors, have a need to visit the directive addresses flow; designate the appropriate size of the page (for exam
Platform: | Size: 2884 | Author: 周子藤 | Hits:

[Mathimatics-Numerical algorithmsElasticNet

Description: 使用到的参数跟谈到弹性网络的那一章里头所讲的是一样的, ke 则是终止条件。如果 step 被打勾,则程式在每一步之间会暂停 100毫秒(或其他使用者输入的数值)。如果 Random 被打勾,则程式会以系统时间作为乱数产生器的种子数,否则,就以使用者输入的数( Random 右边那一格)为种子数。 你可以利用 load 来载入推销员问题档与其最佳解,如此便可比较弹性网络所找出来的解与最佳解差了多少。 Central, Radius, and Error 这三个参数的前两个,只影响弹性网络的起使位置和大小,对求解没有影响。第三个参数代表城市与网络点之间的容忍距离,也就是说,如果某城市与某网络点之间的距离,小于容忍距离,那就把这个城市当成是被该网络点所拜访。 按下小 w按钮会将目前的结果与参数值写到“en.out”这个档案。使得我们可以很方便地来比较不同参数的效果。 -use to turn the parameters of the network flexibility chapter Erlitou have said are the same, ke is the termination conditions. If the step was ticking, every step of the program will be suspended between one hundred milliseconds (or other user input value). If Random was ticking, the program will be the system time as the Random Number Generator the seeds, otherwise, Take the user input (which Random right field) for seeds. You can use load to stall contained salesman problem with the optimal solution, so can be more flexible network to find the best solution and the deficit with a number of questions. Central, Radius, and Error these three parameters of the former two, flexible network affects only the starting position and size so that the solution will not be affected. The third parame
Platform: | Size: 39690 | Author: 林尚义 | Hits:

[Mathimatics-Numerical algorithmsrandomNumalgorithm

Description: 一个用VC++6.0编写的随机数生成器,与常规的算法比较有了改进。-a VC 6.0 prepared by the random number generator, with the conventional algorithm has improved.
Platform: | Size: 42163 | Author: 王熙 | Hits:

[Other resourceddzfp

Description: 斗地主发牌算法,这是参考别人的,贴出来供大家参考,其实发牌算法很简单,就是随机数的生成-Landlords licensing algorithm, which is the reference of others, putting them out for reference, in fact, the licensing algorithm is very simple. is the random number generator
Platform: | Size: 2334 | Author: andycau | Hits:

[OpenGL program2007525perlinnoise

Description: 利用vc++编的Perlin Noise随机数生成器,在这里生成的是一个噪音纹理,利用这个生成器可以构造自然景物。-use vc series Perlin Noise random number generator. Here is a generation of noise texture, use of the generator can be constructed natural landscape.
Platform: | Size: 207828 | Author: fangfang | Hits:

[Mathimatics-Numerical algorithmsc#正态分布的随机数发生器

Description: c#正态分布的随机数发生器-normal random number generator
Platform: | Size: 1431 | Author: 王几 | Hits:

[Other resourceperiodogramestimate

Description: Generate 100 samples of a zero-mean white noise sequence with variance , by using a uniform random number generator. a Compute the autocorrelation of for . b Compute the periodogram estimate and plot it. c Generate 10 different realizations of , and compute the corresponding sample autocorrelation sequences , and . Compute the average autocorrelation sequence as and the corresponding periodogram for . d Compute and plot the average periodogram using the Bartlett method. e Comment on the results in parts (a) through (d).
Platform: | Size: 1157 | Author: 冀晗 | Hits:

[JSP/Javapassword1

Description: 一次一密系统,用户进入系统的密码均为一次性。用一次做废,算法也包括了一个随机数生成器-once a dense system, users access to the system were a one-time password. Once done with waste, the algorithm also includes a random number generator
Platform: | Size: 1090 | Author: 刘亭宇 | Hits:

[Other resourceC_genetic

Description: 本例是本人写的遗传算法的最简单的一个实现,并且带有一个说明文档。用C语言编写,在TurborC中调试,由于当时在随机数产生上没有种种子,所以极易收敛,有兴趣可以种上种子试一下。-the cases I wrote is the most genetic algorithm to achieve a simple, and with a documented. C language, in which TurborC debugging, because the random number generator not all sons, so vulnerable convergence are interested can plant seeds try.
Platform: | Size: 7556 | Author: zbjg | Hits:

[Mathimatics-Numerical algorithmsquasi

Description: 伪随机数生成器,Implementation of the Quasi-Random Number generator currently hardwired to no more than 52 dimensions
Platform: | Size: 9452 | Author: 刘冬 | Hits:

[WEB CodeUniformRandomNumberGenerator

Description: Uniform Random Number Generator,copy from book
Platform: | Size: 532282 | Author: River | Hits:

[Other resource伪随机数生成算法,很优秀c

Description: 这是一个随机数生成程序,特别适用于随机数的生成-This is a random number generator procedures, in particular as applied to random number generator
Platform: | Size: 2243 | Author: gcl | Hits:

[Other resource一个伪随机数的测试程序,外国,多平台t

Description: 这是一个经典的伪随机数生成程序,特别方便和实用-This is a classic pseudo-random number generator procedures, particularly convenient and practical
Platform: | Size: 47148 | Author: gcl | Hits:

[Other resource一个随机数产生器汇编源代码

Description: 这是一个伪随机数产生器以及其汇编源码,比较适用-This is a pseudo-random number generator and its compilation of source code, the applicable comparison
Platform: | Size: 6915 | Author: gcl | Hits:

[Other resource一个新的伪随机序列编码源程序

Description: 这是一个较新的伪随机数生成程序,是用汇编语言编写的,不错-This is a relatively new pseudo-random number generator procedure is written in assembly language, good
Platform: | Size: 1494 | Author: gcl | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 32 »

CodeBus www.codebus.net